home *** CD-ROM | disk | FTP | other *** search
/ PC Team 23 / HS_Tuning.iso / Optimisation / pcboost 2.11 / pcboost.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-17  |  3.1 KB  |  59 lines

  1. ;InnoSetupVersion=4.0.9
  2. [Setup]
  3. AppName=PCBoost
  4. AppVerName=PCBoost
  5. AppId=PCBoost
  6. AppVersion=2.11.17.2003
  7. AppPublisher=PGWARE
  8. AppPublisherURL=http://www.pgware.com
  9. AppSupportURL=http://www.pgware.com
  10. AppUpdatesURL=http://www.pgware.com
  11. AppMutex=PCBoostMutex
  12. DefaultDirName={pf}\PCBoost
  13. DefaultGroupName=PCBoost
  14. UninstallDisplayIcon={app}\PCBoost.exe
  15. UninstallDisplayName=PCBoost
  16. OutputBaseFilename=pcboost
  17. Compression=zip
  18. PrivilegesRequired=none
  19. ChangesAssociations=yes
  20. LicenseFile=embedded\License.rtf
  21. InfoBeforeFile=embedded\InfoBefore.rtf
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{app}\PCBoost.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\PCBoost.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\PCBoost.ini"; DestDir: "{app}"; Flags: uninsneveruninstall onlyifdoesntexist 
  28. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "PCBoost"; ValueType: String; ValueData: "{app}\PCBoost.exe"; Flags: uninsdeletevalue 
  35. Root: HKCU; Subkey: "Software\Microsoft\Windows NT\CurrentVersion\Run"; ValueName: "PCBoost"; ValueType: String; ValueData: "{app}\PCBoost.exe"; Flags: uninsdeletevalue 
  36. [INI]
  37. FileName: "{app}\PCBoost.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com"; 
  38. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com/support.html"; 
  39. [Run]
  40. Filename: "{app}\PCBoost.exe"; Parameters: "/notify"; Description: "Launch PCBoost"; Flags: postinstall skipifsilent nowait
  41. [Icons]
  42. Name: "{group}\PCBoost Application"; Filename: "{app}\PCBoost.exe"; Comment: "PCBoost Application"; 
  43. Name: "{group}\PCBoost Help"; Filename: "{app}\PCBoost.chm"; Comment: "PCBoost Help"; 
  44. Name: "{group}\PCBoost Homepage"; Filename: "{app}\PCBoost.url"; Comment: "PCBoost Homepage"; 
  45. Name: "{group}\PCBoost Support"; Filename: "{app}\Support.url"; Comment: "PCBoost Support"; 
  46. Name: "{userdesktop}\PCBoost"; Filename: "{app}\PCBoost.exe"; Comment: "PCBoost"; Tasks: desktopicon; 
  47. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PCBoost"; Filename: "{app}\PCBoost.exe"; Comment: "PCBoost"; Tasks: quicklaunchicon; 
  48. Name: "{group}\Uninstall PCBoost"; Filename: "{uninstallexe}"; Comment: "Uninstall PCBoost"; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\PCBoost.url"; 
  54. Type: files; Name: "{app}\Support.url"; 
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.